object OrderFrm: TOrderFrm Left = 185 Top = 225 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'OrderFrm' ClientHeight = 393 ClientWidth = 616 Color = clBlue Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter PrintScale = poNone OnCreate = FormCreate TextHeight = 16 object Image1: TImage Left = 10 Top = 270 Width = 115 Height = 70 AutoSize = True Picture.Data = {} end object Image2: TImage Left = 492 Top = 270 Width = 115 Height = 70 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 256 Top = 240 Width = 102 Height = 24 Alignment = taCenter Caption = 'Ultisoft, Inc' Font.Color = clWhite Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 260 Top = 264 Width = 96 Height = 16 Alignment = taCenter Caption = 'P.O. Box 5015' Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 224 Top = 280 Width = 163 Height = 16 Alignment = taCenter Caption = 'Central Point, OR 97502' Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 288 Top = 296 Width = 32 Height = 16 Alignment = taCenter Caption = 'USA' Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 162 Top = 316 Width = 291 Height = 29 Alignment = taCenter Caption = 'Orders: 1-800-925-3147' Font.Color = clYellow Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 10 Top = 248 Width = 147 Height = 16 Caption = 'Int'#39'l: +1 541-857-9229' Font.Color = clYellow Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label7: TLabel Left = 454 Top = 248 Width = 151 Height = 16 Alignment = taRightJustify Caption = 'FAX: +1 541-734-3267' Font.Color = clYellow Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Memo1: TMemo Left = 8 Top = 6 Width = 601 Height = 227 BorderStyle = bsNone Color = clBlue Ctl3D = False Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Memo1') ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 1 end object Button1: TButton Left = 16 Top = 352 Width = 177 Height = 33 Caption = '&View/Print Order Form' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 220 Top = 352 Width = 177 Height = 33 Caption = '&Enter Registration Code' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 424 Top = 352 Width = 177 Height = 33 Caption = '&Run the Program' Default = True Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end end